home *** CD-ROM | disk | FTP | other *** search
- # -----------------------------------------------------------------------
- # $Id: init.in,v 1.7 1994/07/29 06:54:20 mjl Exp $
- #
- # Maurice LeBrun
- # IFS, University of Texas at Austin
- # 14-Jul-1994
- #
- # Basic make assignments for PLplot under Unix (driven by "configure").
- # These are used in both the library and demo Makefiles.
- # -----------------------------------------------------------------------
-
- # Utilities
-
- CC = @CC@
- LDC = @LDC@
- OCC = @OCC@
- F77 = @F77@
- LDF = @LDF@
- M4 = m4
- LN = ln -s
-
- # Flags and other miscellanea
-
- F77_FLAGS = @F77_FLAGS@
- LDC_FLAGS = @LDC_FLAGS@
- LDF_FLAGS = @LDF_FLAGS@
- LDC_LIBS = @LIBS@
- LDF_LIBS = @LIBS@
- LIB_TAG = @LIB_TAG@
- TO = -o
- O = .o
- E =
-
- # Install directories
-
- LIB_DIR = @LIB_DIR@
- DOC_DIR = @DOC_DIR@
- BIN_DIR = @BIN_DIR@
- INFO_DIR = @INFO_DIR@
- INCLUDE_DIR = @INCLUDE_DIR@
- TCL_DIR = @TCL_DIR@
- DEMOS_DIR = @DEMOS_DIR@
-
-